projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bde21f6
)
(gnus-inews-yank-articles): Fix bug: After
author
Thien-Thi Nguyen
<ttn@gnuvola.org>
Tue, 3 Apr 2007 23:24:22 +0000
(23:24 +0000)
committer
Thien-Thi Nguyen
<ttn@gnuvola.org>
Tue, 3 Apr 2007 23:24:22 +0000
(23:24 +0000)
message-yank-original, make sure (< mark TEXT point).
lisp/gnus/gnus-msg.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus-msg.el
b/lisp/gnus/gnus-msg.el
index aaf30700e3d371671e813ad11b474fdf2ac59a4f..2e9975f4876ae127f63360ea720fa3ee93cb19b5 100644
(file)
--- a/
lisp/gnus/gnus-msg.el
+++ b/
lisp/gnus/gnus-msg.el
@@
-771,6
+771,7
@@
active, the entire article will be yanked."
(nnheader-narrow-to-headers)
(nnheader-parse-naked-head)))))
(message-yank-original)
+ (exchange-point-and-mark) ; so that (< mark TEXT point)
(setq beg (or beg (mark t))))
(when articles
(insert "\n")))